home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11s.lha / HBBS / Source / Node / Node_Misc_Protos.h < prev    next >
C/C++ Source or Header  |  1996-06-25  |  421b  |  21 lines

  1. /* Prototypes for functions defined in
  2. Node_Misc.c
  3.  */
  4.  
  5. short fposition(char * , char * , unsigned long );
  6.  
  7. void strftcpy(char * , char * , int , int );
  8.  
  9. char * HBBS_AccessName(unsigned long );
  10.  
  11. void PausePrompt(char *promptstr,ULONG Timeout);
  12.  
  13. unsigned long ContinuePrompt(char * , unsigned long );
  14.  
  15. void DisplayBuffer(unsigned char * , short );
  16.  
  17. unsigned long DisplayScreen(char * );
  18.  
  19. void MenuPrompt(char * , char );
  20.  
  21.